Q3WindowRectPick_New
You can use theQ3WindowRectPick_New
function to create a new window-rectangle pick object.
TQ3PickObject Q3WindowRectPick_New ( const TQ3WindowRectPickData *data);
data
- A pointer to a window-rectangle pick data structure.
DESCRIPTION
TheQ3WindowRectPick_New
function returns, as its function result, a new window-rectangle pick object having the characteristics specified by thedata
parameter.